func runtime.asanwrite
12 uses
runtime (current package)
asan0.go#L20: func asanwrite(addr unsafe.Pointer, sz uintptr) { throw("asan") }
cgo_sigaction.go#L32: asanwrite(unsafe.Pointer(new), unsafe.Sizeof(*new))
mbarrier.go#L235: asanwrite(dst, typ.Size_)
mbarrier.go#L307: asanwrite(dstPtr, uintptr(n)*typ.Size_)
mprof.go#L1083: asanwrite(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0))
mprof.go#L1197: asanwrite(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0))
proc.go#L2797: asanwrite(unsafe.Pointer(&ts), unsafe.Sizeof(ts))
select.go#L423: asanwrite(cas.elem, c.elemtype.Size_)
select.go#L442: asanwrite(cas.elem, c.elemtype.Size_)
slice.go#L382: asanwrite(toPtr, size)
traceback.go#L1638: asanwrite(unsafe.Pointer(arg), unsafe.Sizeof(cgoSymbolizerArg{}))
traceback.go#L1663: asanwrite(unsafe.Pointer(&arg), unsafe.Sizeof(arg))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |